home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / bin / select-default-iwrap < prev    next >
Text File  |  2008-06-04  |  474b  |  34 lines

  1. #!/usr/bin/perl -w
  2.  
  3. use Debian::DictionariesCommon q(setuserdefault);
  4.  
  5. setuserdefault ();
  6.  
  7. __END__
  8.  
  9.  
  10. =head1 NAME
  11.  
  12. B<select-default-iwrap> - Selects the user default ispell dictionary for use
  13. with ispell-wrapper
  14.  
  15. =head1 SYNOPSIS
  16.  
  17.  select-default-iwrap
  18.  
  19. =head1 DESCRIPTION
  20.  
  21. Selects the user default ispell dictionary for use
  22. with ispell-wrapper, putting the selected value
  23. in F<~/.ispell-default>.
  24.  
  25. =head1 SEE ALSO
  26.  
  27. ispell-wrapper(1)
  28.  
  29. =head1 AUTHORS
  30.  
  31. Rafael Laboissiere
  32.  
  33. =cut
  34.